From 638cde70d018813a37aad6abbe169ad21c3bb349 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 12 Jan 2020 23:56:02 +0100 Subject: [PATCH] Revert "babl: adjust default BABL_TOLERANCE" This reverts commit e41da81b67128a8d29d8fd106e5b1ac53da16ecb. --- babl/babl-fish-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 8d86e62..c8911d1 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -21,7 +21,7 @@ #include "babl-internal.h" #include "babl-ref-pixels.h" -#define BABL_TOLERANCE 0.0000041 +#define BABL_TOLERANCE 0.0000047 #define BABL_MAX_COST_VALUE 2000000 #define BABL_HARD_MAX_PATH_LENGTH 8 #define BABL_MAX_NAME_LEN 1024 -- 2.30.2